digraph G {
margin=0.1;
  l [label=<relax>];
  o [label=<sheep<BR/><FONT COLOR="red">rt</FONT>>];
  l -> o [label="ARG1"];
}